projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaff656
)
Another attempt to void compiler warnings on macOS (bug#55595)
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 4 Jun 2022 06:05:35 +0000
(09:05 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 4 Jun 2022 06:05:35 +0000
(09:05 +0300)
* configure.ac (WERROR_CFLAGS): Use "-Wno-unknown-pragmas" with
Clang.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ed8ec890acbb911fd8fad814196e87f78df0c4c2..313a1436b5246904d132a13c995be2112a1d0f2b 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1024,6
+1024,7
@@
AS_IF([test $gl_gcc_warnings = no],
gl_WARN_ADD([-Wno-pointer-sign])
gl_WARN_ADD([-Wno-string-plus-int])
gl_WARN_ADD([-Wno-unknown-attributes])
+ gl_WARN_ADD([-Wno-unknown-pragmas])
])
],[
isystem='-isystem '